Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updating patricia trie code from ethereum and general refactoring #310

Merged
merged 3 commits into from
Jul 27, 2017
Merged

Conversation

lovesh
Copy link
Contributor

@lovesh lovesh commented Jul 26, 2017

No description provided.

@@ -51,10 +54,12 @@ def headHash(self):
"""
raise NotImplementedError

@abstractproperty
@property
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did we replace abstractproperty with property+abstractmethod?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

abstractproperty is deprecated

@lovesh lovesh merged commit 2f78c6f into m1 Jul 27, 2017
@lovesh lovesh deleted the refac branch July 29, 2017 07:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants